strconv.decimal.Round (method)
5 uses
strconv (current package)
decimal.go#L354: func (a *decimal) Round(nd int) {
ftoa.go#L182: d.Round(prec + 1)
ftoa.go#L184: d.Round(d.dp + prec)
ftoa.go#L189: d.Round(prec)
ftoa.go#L358: d.Round(mi + 1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)